
@media (max-width: 980px) {
  .book_now_option_div_container {
    width: 800px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
  }

  .book_now_option_checklist_txt {
    font-family: Gabarito-Regular;
    font-size: 15px;
  }
}

@media (max-width: 970px) {
  .sub-menu-wrap {
    position: absolute;
    top: 9%;
    right: 0%;
    width: 251px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    z-index: 1001;
  }
}

@media (max-width: 880px) {
  .book_now_option_div_container {
    width: 700px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
  }
}

@media (max-width: 840px) {
  .booking_div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    display: block;
  }

  .close_booking_div_btn {
    position: relative;
    right: -478px;
    top: 29px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -32px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 16px;
    height: 30px;
  }

  .booking_form {
    width: 500px;
    height: 400px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 35px 40px 35px;
    min-height: 400px;
    overflow: auto;
  }

  .date_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 200px;
  }

  .pax_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 200px;
  }

  .arrival_gopark_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 200px;
  }

  .pick_up_airport_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 200px;
  }

  .airport_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 220px;
  }
  .airport_arrival_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 220px;
  }

  .payment_div {
    width: 521px;
    height: 230px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 20px;
    display: none;
  }
  
  .one_day_payment_div {
    width: 520px;
    height: 310px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    display: none;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-left: 0px;
  }

  .parkingcheckbox:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid rgb(47, 47, 47);
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
  }
}

@media (max-width: 600px) {

  .booking_form {
    width: 350px;
    height: 400px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 35px 40px 35px;
    min-height: 400px;
    overflow: auto;
  }

  .close_booking_div_btn {
    position: relative;
    right: -331px;
    top: 29px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -32px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 16px;
    height: 30px;
  }

  .date_div {
    display: block;
    margin-bottom: 20px;
  }

  .date_div_container {
    display: grid;
    margin-bottom: 20px;
  }

  .date_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 94%;
  }

  .pax_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 94%;
  }

  .pickup_dropof_div_container {
    display: grid;
    margin-bottom: 20px;
  }

  .pickup_dropof_div {
    display: block;
  }

  .arrival_gopark_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 94%;
  }

  .pick_up_airport_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 94%;
  }

  .pick_up_airport_div {
    display: grid;
    margin-left: 0px;
  }

  .airport_container_div {
    display: block;
  }

  .airport_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 100%;
  }

  .airport_arrival_input {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    font-family: 'Gabarito-Regular';
    width: 100%;
  }

  .payment_div {
    width: 373px;
    height: 230px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 20px;
    display: none;
  }
  
  .parkinglabel h3 {
    font-size: 15px;
    font-weight: normal;
    color: white;
    margin-left: 5px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    margin: 0px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
  }

  .parkingcheckbox {
    width: 40px;
    height: 25px;
    margin-right: 15px;
    cursor: pointer;
    appearance: none;
    border: 2px solid white;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s ease;
  }

  .parkingcheckbox:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid rgb(47, 47, 47);
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
  }

  .one_day_payment_div {
    width: 370px;
    height: 310px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    display: none;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media (max-width: 450px) {
  .booking_form {
    width: 300px;
    height: 250px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 35px 40px 35px;
    min-height: 250px;
    overflow: auto;
  }

  .close_booking_div_btn {
    position: relative;
    right: -282px;
    top: 29px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -32px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 16px;
    height: 30px;
  }

  .booking_contact_div_extra_txt {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: 'Gabarito-Regular';
  }

  .pickup_dropof_div_extra_txt {
    text-align: center;
    font-size: 15px;
    font-family: 'Gabarito-Regular';
  }

  .payment_div {
    width: 322px;
    height: 230px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 20px;
    display: none;
  }
  
  .one_day_payment_div {
    width: 320px;
    height: 310px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    display: none;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-left: 0px;
  }

  .parkingcheckbox:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid rgb(47, 47, 47);
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
  }

  .one_day_parking_rule_title {
    font-size: 20px;
    font-family: 'Gabarito-Regular';
  }
}

@media (max-width: 380px) {
  .booking_form {
    width: 230px;
    height: 250px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 35px 40px 35px;
    min-height: 250px;
    overflow: auto;
  }

  .close_booking_div_btn {
    position: relative;
    right: -210px;
    top: 29px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -32px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 16px;
    height: 30px;
  }

  .booking_contact_div_extra_txt {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 11px;
    font-family: 'Gabarito-Regular';
  }

  .pickup_dropof_div_extra_txt {
    text-align: center;
    font-size: 11px;
    font-family: 'Gabarito-Regular';
  }

  .payment_div {
    width: 251px;
    height: 230px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    margin-left: 0px;
    margin-top: 20px;
    display: none;
  }
  
  .parkinglabel h3 {
    font-size: 14px;
    font-weight: normal;
    color: white;
    margin-left: 5px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    margin: 0px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
  }

  .one_day_payment_div {
    width: 250px;
    height: 330px;
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    display: none;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-left: 0px;
  }

  .parkingcheckbox {
    width: 50px;
    height: 25px;
    margin-right: 15px;
    cursor: pointer;
    appearance: none;
    border: 2px solid white;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s ease;
  }

  .parkingcheckbox:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 6px;
    height: 8px;
    border: solid rgb(47, 47, 47);
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
  }

  .one_day_parking_rule_title {
    font-size: 17px;
    font-family: 'Gabarito-Regular';
  }

  .one_day_parking_validity_title {
    font-family: 'Gabarito-Regular';
    font-size: 16px;
  }

  .one_day_parking_payment_services_title {
    font-family: 'Gabarito-Regular';
    font-size: 16px;
  }

  .one_day_shuttle_service_title {
    font-family: 'Gabarito-Regular';
    font-size: 16px;
  }

  .one_day_liability_title {
    font-family: 'Gabarito-Regular';
    font-size: 16px;
  }

  .one_day_compliance_title {
    font-family: 'Gabarito-Regular';
    font-size: 16px;
  }
}

@media (max-width: 390px) {

}

@media (max-width: 780px) {
  .book_now_option_div_container {
    width: 600px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
  }
}

@media (max-width: 680px) {
  .scroll_account_solution_container {
    display: block;
  }

  .book_now_option_div_container {
    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
    overflow: auto;
  }

  .signin_option_div {
    border: 2px solid rgba(128, 128, 128, 0.5);
    border-radius: 10px;
    margin-right: 20px;
    transition: 0.5s;
    cursor: pointer;
    display: none;
  }
}

@media (max-width: 580px) {
  .book_now_option_div_container {
    width: 400px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
    overflow: auto;
  }

  .close_book_now_option_div_btn {
    position: relative;
    right: 0px;
    left: 369px;
    top: 15px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -23px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }
}

@media (max-width: 480px) {
  .book_now_option_div_container {
    width: 350px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
    overflow: auto;
  }

  .close_book_now_option_div_btn {
    position: relative;
    right: 0px;
    left: 320px;
    top: 53px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -59px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }

  .book_now_option_div_title {
    text-align: center;
    font-family: Gabarito-Regular;
    font-weight: 900;
    font-size: 20px;
    margin-top: 60px;
  }

  .mail_option_div_txt {
    font-family: Gabarito-Regular;
    margin: 20px 20px 20px 20px;
    font-size: 14px;
  }

  .book_now_option_checklist_txt {
    font-family: Gabarito-Regular;
    font-size: 13px;
  }

  .signin_option_div_txt {
    font-family: Gabarito-Regular;
    margin: 20px 20px 20px 20px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .book_now_option_div_container {
    width: 300px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
    overflow: auto;
  }

  .close_book_now_option_div_btn {
    position: relative;
    right: 0px;
    left: 269px;
    top: 53px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -59px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }

  .mail_option_div_txt {
    font-family: Gabarito-Regular;
    margin: 20px 20px 20px 20px;
    font-size: 13px;
  }

  .signin_option_div_txt {
    font-family: Gabarito-Regular;
    margin: 20px 20px 20px 20px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .book_now_option_div_container {
    width: 250px;
    height: 500px;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px 40px 35px;
    overflow: auto;
  }

  .close_book_now_option_div_btn {
    position: relative;
    right: 0px;
    left: 219px;
    top: 53px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -59px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }
}

@media (max-width: 670px) {
  .login_form {
    top: 150px;
    width: 500px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 414px;
  }

  .sign_up_form {
    width: 500px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    z-index: 2;
    height: auto;
    min-height: 500px;
  }

  .verification_form {
    width: 600px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 500px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 500px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .change_password_verification_form {
    width: 500px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 500px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 500px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .reset_password_form {
    width: 500px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 296px;
  }
}

@media (max-width: 570px) {
  .login_form {
    top: 150px;
    width: 400px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 414px;
  }

  .sign_up_form {
    width: 500px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    z-index: 2;
    height: 400px;
    min-height: 400px;
    overflow: auto;
  }

  .close_sign_up_btn {
    position: relative;
    right: 0px;
    left: 469px;
    top: 42px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -48px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }

  .eye_signup {
    position: relative;
    left: 98%;
    bottom: 42px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: black;
    transition: 0.5s;
    font-size: 20px;
    margin-right: 500px;
  }

  .password_info {
    position: relative;
    bottom: -8px;
    margin: 0;
    font-family: 'Gabarito-Regular';
    text-align: center;
    display: block;
    font-size: 15px;
  }

  .verification_form {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 400px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .change_password_verification_form {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 400px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .reset_password_form {
    width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 296px;
  }
}

@media (max-width: 470px) {
  .login_form {
    top: 150px;
    width: 350px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 414px;
  }

  #eye1-1 {
    position: relative;
    top: 1px;
    left: -2px;
  }

  #eye1 {
    display: none;
    position: relative;
    top: 1px;
    left: -1px;
  }

  .sign_up_form {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    z-index: 2;
    height: 414px;
    min-height: 414px;
    overflow: auto;
  }

  .close_sign_up_btn {
    position: relative;
    right: 0px;
    left: 317px;
    top: 42px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -48px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }

  #sign_up_eye1-1 {
    align-items: center;
    position: relative;
    top: 10px;
    left: -4px;
    cursor: pointer;
  }

  #sign_up_eye1 {
    align-items: center;
    position: relative;
    top: 10px;
    left: -3px;
    display: none;
    cursor: pointer;
  }

  .verification_form {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 350px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .change_password_verification_form {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 350px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .reset_password_form {
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 296px;
  }
}

@media (max-width: 430px) {
  .login_form {
    top: 150px;
    width: 300px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 414px;
  }

  .sign_up_form {
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    z-index: 2;
    height: 414px;
    min-height: 414px;
    overflow: auto;
  }

  .close_sign_up_btn {
    position: relative;
    right: 0px;
    left: 270px;
    top: 42px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -48px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }

  .password_info {
    position: relative;
    bottom: -8px;
    margin: 0;
    font-family: 'Gabarito-Regular';
    text-align: center;
    display: block;
    font-size: 12px;
  }

  .verification_form {
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 300px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .change_password_verification_form {
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 300px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .reset_password_form {
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 296px;
  }
}

@media (max-width: 370px) {
  .login_form {
    top: 150px;
    width: 250px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    min-height: 414px;
  }

  .email_input_div input[type=email].email_bar {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  .password_input_div input[type=password].password_bar {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  .password_input_div input[type=text].password_bar {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  /* .eye {
    position: relative;
    left: 93%;
    bottom: 47px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: black;
    transition: 0.5s;
    font-size: 20px;
  } */

  #eye1-1 {
    position: relative;
    top: 1px;
    left: -18px;
  }

  #eye1 {
    display: none;
    position: relative;
    top: 1px;
    left: -17px;
  }

  .sign_up_form {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    z-index: 2;
    height: auto;
    height: 414px;
    min-height: 414px;
    overflow: auto;
  }

  .close_sign_up_btn {
    position: relative;
    right: 0px;
    left: 221px;
    top: 42px;
    font-size: 25px;
    margin-right: 20px;
    margin-top: -48px;
    font-family: 'Gabarito-Regular';
    cursor: pointer;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    background-color: black;
    color: white;
    width: 15px;
  }

  .full_name_input_div input[type=text].signup_input_full_name {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  .email_input_div input[type=email].signup_input_email {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  .password_input_div input[type=password].signup_input_password {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  .password_input_div input[type=text].signup_input_password {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  #sign_up_eye1-1 {
    align-items: center;
    position: relative;
    top: 10px;
    left: -16px;
    cursor: pointer;
  }

  #sign_up_eye1 {
    align-items: center;
    position: relative;
    top: 10px;
    left: -15px;
    display: none;
    cursor: pointer;
  }

  .repeat_password_input_div input[type=password].signup_input_repeat {
    padding: 11px 10px;
    font-size: 1rem;
    border: 2px black solid;
    border-radius: 5px;
    background: white;
    width: 96%;
    font-family: 'Gabarito-Regular';
  }

  .password_info {
    position: relative;
    bottom: -8px;
    margin: 0;
    font-family: 'Gabarito-Regular';
    text-align: center;
    display: block;
    font-size: 11px;
  }

  .verification_form {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 250px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .change_password_verification_form {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    height: auto;
    min-width: 250px;
    min-height: 338px;
  }

  .forgot_password_form {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 260px;
  }

  .reset_password_form {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
    min-height: 296px;
  }
}
